home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0038.dms / q0038.adf / PD / mount_jds.zoo / mount_jds.doc < prev    next >
Text File  |  1989-08-18  |  2KB  |  69 lines

  1. mount 0.95 by Jurgen Switalski Ph.D.
  2.  
  3. This is a 1.3 compatable mount command with Workbench support which does not use
  4. the arp library.  The current version supports the following keywords(case 
  5. insensitive):
  6.  
  7.     HANDLER, FILESYSTEM, DEVICE, PRIORITY, UNIT, FLAGS, SURFACES,
  8.     BLOCKSPERTRACK, RESERVED, PREALLOC, INTERLEAVE, LOWCYL, HIGHCYL,
  9.     STACKSIZE, BUFFERS, BUFMEMTYPE, MOUNT, MAXTRANSFER, MASK, GLOBVEC,
  10.     STARTUP, BOOTPRI, DOSTYPE, SECORG.
  11.  
  12. The following default values are used:
  13.     BOOT=-128
  14.     STACK=600
  15.     FLAGS=1
  16.     MAXTRANSFER=65536
  17.     MASK=-2
  18.     BOOTPRI=-128
  19.     DOS=$444F5300
  20. All other values are initialized to zero. If you wish to boot from RAD: you
  21. must set BOOTPRI=0.  The from keyword may also be used if the mountlist is not
  22. DEVS:MOUNTLIST.
  23.  
  24.  
  25. Comments are allowed and a number of possible errors are checked for and
  26. reported.  However, illegal combinations of keywords or duplicate keywords are
  27. not looked for in this release.  Additionally if GLOBVEC is nonzero it is set
  28. equal to -1.  Also mount may be made resident.
  29.  
  30. If the device is already mounted and it is a removable media device there may
  31. be a slight delay before mount reports that the device is already mounted
  32. especially if there is no disk in the device.
  33.  
  34. USAGE:
  35.  
  36.     mount df3: [ from mymountlist ]
  37. the from keyword is optional, default devs:mountlist. 
  38.  
  39. Workbench Support:
  40.  
  41. An icon is supplied to mount devices from Workbench.  To use this from
  42. workbench you must make mount the default tool.  To specify the device to be
  43. mounted and the mountlist the following tooltypes are supported:
  44.  
  45.     DEVICE=    specifies the device to be mounted.
  46.     FROM=       the mountlist;  devs:mountlist is the default.
  47.  
  48. If there any errors a small window will be opened to report errors and will
  49. stay open for two seconds.  Additionally when mount is run from the workbench
  50. mount is set equal to one to force the device driver to load so that an icon
  51. appears on the workbench.
  52.  
  53. EXAMPLES:
  54.  
  55.     DEVICE=DF3:
  56.     FROM=DF0:MYMOUNTLIST
  57.  
  58.  
  59. I retain copyright to this material and DO NOT warranty it in any fashion! 
  60. This work is SHAREWARE.
  61.  
  62.  
  63.     Send all bug reports and any loose change to
  64.  
  65.         Jurgen Switalski
  66.         218 Lake
  67.         Northville,MI 48167
  68.  
  69.